Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 370 Bytes

NextConsensus.md

File metadata and controls

19 lines (10 loc) · 370 Bytes

Header.NextConsensus Property

Returns the hash value of the next bookkeeper contract

Namespace: Neo.SmartContract.Framework.Services.Neo

Assembly: Neo.SmartContract.Framework

Syntax

public extern byte[] NextConsensus {get;}

Attribute value: Hash value of the accounting contract as a byte array of length 20.

Back